func reflect.grow

3 uses

	reflect (current package)
		value.go#L2626: func grow(s Value, extra int) (Value, int, int) {
		value.go#L2657: 	s, i0, i1 := grow(s, len(x))
		value.go#L2670: 	s, i0, i1 := grow(s, t.Len())